riversong code showcase
This commit is contained in:
9
Source/Riversong/Game/World/Roads/IRoadFactory.cs
Normal file
9
Source/Riversong/Game/World/Roads/IRoadFactory.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Unity.Mathematics;
|
||||
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public interface IRoadFactory
|
||||
{
|
||||
void CreateRoad(int2 startTile, int2 endTile);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user