OpenRA.ResourceTile.ResourceTile C# (CSharp) Méthode

ResourceTile() public méthode

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