Syncing changes to ingame editable item properties (light colors etc)
This commit is contained in:
@@ -181,6 +181,11 @@ namespace Barotrauma
|
||||
}
|
||||
}
|
||||
|
||||
public Type GetType()
|
||||
{
|
||||
return propertyInfo.PropertyType;
|
||||
}
|
||||
|
||||
public static List<ObjectProperty> GetProperties<T>(IPropertyObject obj)
|
||||
{
|
||||
List<ObjectProperty> editableProperties = new List<ObjectProperty>();
|
||||
|
||||
Reference in New Issue
Block a user