8 lines
99 B
C#
8 lines
99 B
C#
using Godot;
|
|
|
|
|
|
interface ISpawnable
|
|
{
|
|
Resource GetSpawnInitResource();
|
|
void TestMethod();
|
|
} |