mirror of
https://github.com/DCFApixels/DragonECS-AutoInjections.git
synced 2025-09-17 20:34:34 +08:00
code cleanup
This commit is contained in:
parent
44f8df5391
commit
889d02d1e2
@ -103,7 +103,7 @@ namespace DCFApixels.DragonECS
|
|||||||
if (_systemProperties.TryGetValue(fieldType, out List<InjectedPropertyRecord> list))
|
if (_systemProperties.TryGetValue(fieldType, out List<InjectedPropertyRecord> list))
|
||||||
{
|
{
|
||||||
string name = string.Empty;
|
string name = string.Empty;
|
||||||
if(obj is INamedMember named)
|
if (obj is INamedMember named)
|
||||||
{
|
{
|
||||||
name = named.Name;
|
name = named.Name;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user