common: session Time
This commit is contained in:
@@ -7,6 +7,7 @@ pub mod mouse;
|
||||
pub mod timer;
|
||||
pub mod integer;
|
||||
pub mod physics;
|
||||
pub mod session;
|
||||
pub mod updatable;
|
||||
pub mod instruction;
|
||||
pub mod gameplay_attributes;
|
||||
|
||||
3
lib/common/src/session.rs
Normal file
3
lib/common/src/session.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
#[derive(Clone,Copy,Hash,Eq,PartialEq,PartialOrd,Debug)]
|
||||
pub enum TimeInner{}
|
||||
pub type Time=crate::integer::Time<TimeInner>;
|
||||
Reference in New Issue
Block a user