summaryrefslogtreecommitdiff
path: root/Client/Assembly-CSharp/GameOverReason.cs
blob: 6f11220788242990d54c5f5287b223f6cd40265a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using System;

public enum GameOverReason
{
	HumansByVote,
	HumansByTask,
	ImpostorByVote,
	ImpostorByKill,
	ImpostorBySabotage,
	ImpostorDisconnect,
	HumansDisconnect
}