C# Class SagaMap.AtCommand.CommandInfo

Show file Open project: Willyham/SagaRO2

Public Properties

Property Type Description
func ProcessCommandFunc
level uint

Public Methods

Method Description
CommandInfo ( ProcessCommandFunc func, uint lvl ) : System

Method Details

CommandInfo() public method

public CommandInfo ( ProcessCommandFunc func, uint lvl ) : System
func ProcessCommandFunc
lvl uint
return System

Property Details

func public property

public ProcessCommandFunc func
return ProcessCommandFunc

level public property

public uint level
return uint