1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-05-05 18:27:46 +00:00

Remove non-applicable comment on Language::None

This commit is contained in:
Joshua Goins 2025-04-28 22:49:39 -04:00
parent 6f0e85e143
commit 75a3eafaf2

View file

@ -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,