mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-05 22:35:53 +00:00
Projectile Rotation
This commit is contained in:
parent
c8eb582f01
commit
56ac07367b
12 changed files with 188 additions and 27 deletions
|
|
@ -8,7 +8,12 @@ public partial class TimeModifier : Resource
|
|||
[Export] public float TimeInSeconds = 1f;
|
||||
[Export] public TimeModifierType ModifierType;
|
||||
[Export] public float Value;
|
||||
public bool Applied = false;
|
||||
}
|
||||
|
||||
public class ModifierWrapper
|
||||
{
|
||||
public TimeModifier TimeModifier { get; set; }
|
||||
public bool Applied { get; set; } = false;
|
||||
}
|
||||
|
||||
public enum TimeModifierType
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue