C# Class MBeastType, Madness

Show file Open project: MattRix/Madness Class Usage Examples

Public Properties

Property Type Description
A MBeastType,
B MBeastType,
C MBeastType,
beastTypes MBeastType[],
index int
name string

Public Methods

Method Description
MBeastType ( int index, string name ) : System

Method Details

MBeastType() public method

public MBeastType ( int index, string name ) : System
index int
name string
return System

Property Details

A public static property

public static MBeastType, A
return MBeastType,

B public static property

public static MBeastType, B
return MBeastType,

C public static property

public static MBeastType, C
return MBeastType,

beastTypes public static property

public static MBeastType[], beastTypes
return MBeastType[],

index public property

public int index
return int

name public property

public string name
return string