1
This commit is contained in:
7
Src/Bullet/BulletService.cs
Normal file
7
Src/Bullet/BulletService.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace BITFALL.Bullet
|
||||
{
|
||||
public interface IBulletService
|
||||
{
|
||||
void Spawn(BulletData bulletData);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user