1
0
Fork 0
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:
Quaternions 2025-02-13 16:01:48 -08:00
commit a0e9599470

View file

@ -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