1
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace BITFALL.Bullet
|
||||
{
|
||||
public interface IBulletService
|
||||
{
|
||||
int LayerMask { get; set; }
|
||||
void Spawn(BulletData bulletData);
|
||||
Func<int,int,bool> OnHit { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user