samen kaufen und hanf -> joint
This commit is contained in:
12
ReallifeGamemode.Server/Util/Colors.cs
Normal file
12
ReallifeGamemode.Server/Util/Colors.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using GTANetworkAPI;
|
||||
|
||||
namespace ReallifeGamemode.Server.Util
|
||||
{
|
||||
public static class Colors
|
||||
{
|
||||
public static Color White = new Color(255, 255, 255);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user