mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 00:46:34 +00:00
Fix lack of import for L2CValue
This commit is contained in:
parent
1c827df52a
commit
9df85a7d05
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
use crate::common::{consts::*, *};
|
||||
use smash::app::{self, lua_bind::*, sv_animcmd, sv_system};
|
||||
use smash::lib::{lua_const::*, L2CAgent};
|
||||
use smash::lib::{lua_const::*, L2CAgent, L2CValue};
|
||||
use smash::phx::{Hash40, Vector3f};
|
||||
|
||||
pub const ID_COLORS: &[Vector3f] = &[
|
||||
|
|
Loading…
Reference in a new issue