mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-24 05:27:45 +00:00
Allow Language to be copied and cloned
This commit is contained in:
parent
a62c638766
commit
925e928783
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ use std::path::Path;
|
|||
#[binrw]
|
||||
#[brw(repr(u8))]
|
||||
#[repr(u8)]
|
||||
#[derive(Copy, Clone)]
|
||||
/// The language the game data is written for.
|
||||
pub enum Language {
|
||||
/// Used for data that is language-agnostic, such as item data.
|
||||
|
|
Loading…
Add table
Reference in a new issue