Unstable v0.10.6.0 (October 13th 2020)
This commit is contained in:
+1
-1
@@ -305,7 +305,7 @@ namespace Barotrauma
|
||||
instance.Load(fullPath, speciesName);
|
||||
anims.Add(fileName, instance);
|
||||
DebugConsole.NewMessage($"[AnimationParams] New animation file of type {animationType} created.", Color.GhostWhite);
|
||||
return instance as T;
|
||||
return instance;
|
||||
}
|
||||
|
||||
public bool Serialize() => base.Serialize();
|
||||
|
||||
Reference in New Issue
Block a user