Files
Net.Project.B/Src/Bullet/BulletService.cs

8 lines
120 B
C#
Raw Normal View History

2025-03-03 18:43:55 +08:00
namespace BITFALL.Bullet
{
public interface IBulletService
{
void Spawn(BulletData bulletData);
}
}