初次提交
This commit is contained in:
10
Script/Base/IThing.cs
Normal file
10
Script/Base/IThing.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using Godot;
|
||||
using System;
|
||||
|
||||
namespace Cosmobox
|
||||
{
|
||||
public interface IThing
|
||||
{
|
||||
public void Update(double delta);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user