OpenRA.ResourceTile.ResourceTile C# (CSharp) Method

ResourceTile() public method

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