Logo
Public Member Functions | Public Attributes | List of all members
Yukar.Common.Rom.GameContentParser.CommandItem Class Reference

Public Member Functions

 CommandItem (string pat, params ContentType[] types)
 

Public Attributes

string pattern
 
List< ContentType > contentTypes
 

Constructor & Destructor Documentation

◆ CommandItem()

Yukar.Common.Rom.GameContentParser.CommandItem.CommandItem ( string  pat,
params ContentType[]  types 
)

Member Data Documentation

◆ contentTypes

List<ContentType> Yukar.Common.Rom.GameContentParser.CommandItem.contentTypes

◆ pattern

string Yukar.Common.Rom.GameContentParser.CommandItem.pattern