mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 07:45:54 +00:00
Changed casting for timemodifiers
This commit is contained in:
parent
efd6283487
commit
c318bd8c13
7 changed files with 15 additions and 18 deletions
|
|
@ -99,7 +99,7 @@ public class BulletInfo
|
|||
public PackedScene BulletScene { get; set; }
|
||||
public PackedScene DestructionParticlesScene { get; set; }
|
||||
public IBulletModifier Modifier { get; set; }
|
||||
public List<ModifierWrapper> TimeModifiers { get; set; } = new List<ModifierWrapper>();
|
||||
public List<TimeModifier> TimeModifiers { get; set; } = new List<TimeModifier>();
|
||||
|
||||
#region Laser
|
||||
public bool IsLaser { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue