final update
This commit is contained in:
11
Website/LOC.Core/Tokens/Client/DeathStatToken.cs
Normal file
11
Website/LOC.Core/Tokens/Client/DeathStatToken.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace LOC.Core.Tokens.Client
|
||||
{
|
||||
using System.Collections.Generic;
|
||||
|
||||
public class DeathStatToken
|
||||
{
|
||||
public PlayerSetupToken Killer { get; set; }
|
||||
public PlayerSetupToken Victim { get; set; }
|
||||
public List<PlayerSetupToken> Assistants { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user