using BOTWM.Server.DataTypes; namespace BOTWM.Server.DTO { public class PropHuntDTO { public bool IsPlaying; public byte Phase; public Vec3f StartingPosition; public bool IsHunter; } }