Remove uses of PrototypeLayerData.New() (#8676)

This commit is contained in:
Leon Friedrich
2022-06-12 13:38:40 +12:00
committed by GitHub
parent adb906350a
commit 846321cebb
2 changed files with 2 additions and 2 deletions

View File

@@ -131,7 +131,7 @@ public sealed class ClothingSystem : EntitySystem
return false;
}
var layer = PrototypeLayerData.New();
var layer = new PrototypeLayerData();
layer.RsiPath = rsi.Path.ToString();
layer.State = state;
layers = new() { layer };