OpenRA.ResourceTile.ResourceTile C# (CSharp) 메소드

ResourceTile() 공개 메소드

public ResourceTile ( byte type, byte index )
type byte
index byte
        public ResourceTile(byte type, byte index)
        {
            Type = type;
            Index = index;
        }