riversong code showcase
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Cysharp.Threading.Tasks;
|
||||
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public interface IWorldGeneratorOperation
|
||||
{
|
||||
UniTask Execute(World world);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user