mirror of
https://github.com/redstrate/Physis.git
synced 2025-05-05 10:17:45 +00:00
Remove non-applicable comment on Language::None
This commit is contained in:
parent
6f0e85e143
commit
75a3eafaf2
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ use binrw::binrw;
|
|||
#[derive(Debug, Copy, Clone)]
|
||||
/// The language the game data is written for. Some of these languages are supported in the Global region.
|
||||
pub enum Language {
|
||||
/// Used for data that is language-agnostic, such as item data.
|
||||
/// Used for data that is language-agnostic.
|
||||
None,
|
||||
/// Japanese language.
|
||||
Japanese,
|
||||
|
|
Loading…
Add table
Reference in a new issue