nexusforever/Source/NexusForever.Shared/GameTable/Model/PathSoldierEventEntry.cs
2018-10-09 12:03:35 +13:00

13 lines
368 B
C#

namespace NexusForever.Shared.GameTable.Model
{
public class PathSoldierEventEntry
{
public uint Id;
public uint PathSoldierEventType;
public uint MaxTimeBetweenWaves;
public uint MaxEventTime;
public uint TowerDefenseAllowance;
public uint TowerDefenseBuildTimeMS;
public uint InitialSpawnTime;
}
}