C# Class OpenRA.Traits.PaletteDefinitionAttribute

Inheritance: System.Attribute
Show file Open project: OpenRA/OpenRA

Public Properties

Property Type Description
IsPlayerPalette bool

Public Methods

Method Description
PaletteDefinitionAttribute ( bool isPlayerPalette = false ) : System

Method Details

PaletteDefinitionAttribute() public method

public PaletteDefinitionAttribute ( bool isPlayerPalette = false ) : System
isPlayerPalette bool
return System

Property Details

IsPlayerPalette public property

public bool IsPlayerPalette
return bool