OurSonic.Level.Objects.LevelObjectAsset.LevelObjectAsset C# (CSharp) Method

LevelObjectAsset() public method

public LevelObjectAsset ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic
        public LevelObjectAsset(string name)
        {
            Frames = new List<LevelObjectAssetFrame>();
            Name = name;
        }
    }
LevelObjectAsset