mirror of
https://github.com/tym1116/BH3.git
synced 2025-12-15 16:04:44 +01:00
16 lines
211 B
C#
16 lines
211 B
C#
namespace MoleMole
|
|
{
|
|
public class MonoDAKiana_C1 : MonoDAKiana
|
|
{
|
|
public override void Init(uint runtimeID)
|
|
{
|
|
base.Init(runtimeID);
|
|
}
|
|
|
|
protected override void Update()
|
|
{
|
|
base.Update();
|
|
}
|
|
}
|
|
}
|