mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-22 04:37:46 +00:00
Make RepositoryType copyable
This commit is contained in:
parent
e172433b00
commit
2a723f459f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ use std::path::{Path, PathBuf};
|
|||
use crate::repository::RepositoryType::{Base, Expansion};
|
||||
|
||||
/// The type of repository, discerning game data from expansion data.
|
||||
#[derive(Debug, PartialEq)]
|
||||
#[derive(Debug, PartialEq, Copy, Clone)]
|
||||
#[repr(C)]
|
||||
pub enum RepositoryType {
|
||||
/// The base game directory, like "ffxiv".
|
||||
|
|
Loading…
Add table
Reference in a new issue