Console colors, begin RNG rework
This is gonna be a PAIN
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using Microsoft.Xna.Framework;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Barotrauma
|
||||
{
|
||||
partial class Location
|
||||
{
|
||||
private HireManager hireManager;
|
||||
|
||||
public HireManager HireManager
|
||||
{
|
||||
get { return hireManager; }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user