mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 10:44:07 +02:00
impl FromStrProp for LightColor
This commit is contained in:
parent
a32b9f060e
commit
a0e9599470
1 changed files with 1 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ impl FromStrProp for u32 {}
|
|||
impl FromStrProp for i32 {}
|
||||
impl FromStrProp for Color {}
|
||||
impl FromStrProp for Vector {}
|
||||
impl FromStrProp for LightColor {}
|
||||
|
||||
impl<T: FromStrProp> EntityProp<'_> for T
|
||||
where
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue