Initializes a new instance of the
GroupData class
Namespace: CreepyTowers.Enemy.CreepsAssembly: CreepyTowers (in CreepyTowers.exe) Version: 1.1.1.0 (1.1.1)
public GroupData(
string name,
List<string> creepList,
float spawnInterval
)
public GroupData(
string name,
List<string> creepList,
float spawnInterval
)
Public Sub New (
name As String,
creepList As List(Of String),
spawnInterval As Single
)
Public Sub New (
name As String,
creepList As List(Of String),
spawnInterval As Single
)
public:
GroupData(
String^ name,
List<String^>^ creepList,
float spawnInterval
)
public:
GroupData(
String^ name,
List<String^>^ creepList,
float spawnInterval
)
new :
name : string *
creepList : List<string> *
spawnInterval : float32 -> GroupData
new :
name : string *
creepList : List<string> *
spawnInterval : float32 -> GroupData