12 lines
233 B
C#
12 lines
233 B
C#
using UnityEngine;
|
|
|
|
namespace Cielonos.MainGame.Characters
|
|
{
|
|
public class PlayerEventSubmodule : EventSubmodule
|
|
{
|
|
public PlayerEventSubmodule(CharacterBase owner) : base(owner)
|
|
{
|
|
|
|
}
|
|
}
|
|
} |