riversong code showcase
This commit is contained in:
9
Source/Riversong/Game/Vfx/IProjectileManager.cs
Normal file
9
Source/Riversong/Game/Vfx/IProjectileManager.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public interface IProjectileManager
|
||||
{
|
||||
float ComputeProjectileTravelTime(Agent source, Agent target);
|
||||
|
||||
void FireProjectile(Agent source, Agent target);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user