10 lines
157 B
C#
10 lines
157 B
C#
![]() |
using UnityEngine;
|
||
|
|
||
|
// ReSharper disable once CheckNamespace
|
||
|
namespace BlueWaterProject
|
||
|
{
|
||
|
public class NpcAi2D : BaseCharacterAi2D
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|