2023-09-27 02:55:13 +00:00
|
|
|
using UnityEngine;
|
|
|
|
|
|
|
|
// ReSharper disable once CheckNamespace
|
|
|
|
namespace BlueWaterProject
|
|
|
|
{
|
2023-10-05 04:11:46 +00:00
|
|
|
public class Player : BaseCharacter
|
2023-09-27 02:55:13 +00:00
|
|
|
{
|
2023-10-05 04:11:46 +00:00
|
|
|
|
2023-09-27 02:55:13 +00:00
|
|
|
}
|
|
|
|
}
|