1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-24 13:37:44 +00:00

Allow Language to be copied and cloned

This commit is contained in:
Joshua Goins 2023-04-09 15:33:43 -04:00
parent a62c638766
commit 925e928783

View file

@ -5,6 +5,7 @@ use std::path::Path;
#[binrw] #[binrw]
#[brw(repr(u8))] #[brw(repr(u8))]
#[repr(u8)] #[repr(u8)]
#[derive(Copy, Clone)]
/// The language the game data is written for. /// The language the game data is written for.
pub enum Language { pub enum Language {
/// Used for data that is language-agnostic, such as item data. /// Used for data that is language-agnostic, such as item data.