Effect system and snowpea
This commit is contained in:
parent
9b89ae98a6
commit
e797918e23
18 changed files with 353 additions and 16 deletions
|
|
@ -2,5 +2,7 @@ namespace Newlon.Systems.Effects;
|
|||
|
||||
public interface IEffectHandler
|
||||
{
|
||||
|
||||
void GiveEffect(Effect what);
|
||||
void EndEffect(Effect what);
|
||||
void ProcessEffects();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue