9 lines
112 B
C#
9 lines
112 B
C#
![]() |
using UnityEngine;
|
||
|
|
||
|
namespace BlueWater.Npcs.Crews
|
||
|
{
|
||
|
public class BartenderCrew: Crew
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|