12 lines
223 B
C#
12 lines
223 B
C#
namespace UFS2.Definitions
|
|
{
|
|
public class Layers
|
|
{
|
|
public static readonly string WaterObject = "WaterObject";
|
|
|
|
public static readonly string Fish = "Fish";
|
|
|
|
public static readonly string BaitLure = "BaitLure";
|
|
}
|
|
}
|