5 lines
106 B
C#
5 lines
106 B
C#
public enum Targets
|
|
{
|
|
Free, Go, Attack, Defence, Stay, Num
|
|
}// Num is use for get total target bumber
|