8 lines
120 B
C#
8 lines
120 B
C#
namespace BITFALL.Bullet
|
|
{
|
|
public interface IBulletService
|
|
{
|
|
void Spawn(BulletData bulletData);
|
|
}
|
|
}
|