jailout punkte, besser testen den lachs

This commit is contained in:
Fabian
2021-04-27 15:44:42 +02:00
parent 4e2e1a46eb
commit b93766726c
5 changed files with 21 additions and 10 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace ReallifeGamemode.Server.Wanted
{
public enum JailInLocations
{
Outside,
InCell
}
}