mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-10 20:45:53 +00:00
Moved modifiers code to resource
This commit is contained in:
parent
0203af4642
commit
f9aab9718a
12 changed files with 132 additions and 74 deletions
|
|
@ -39,7 +39,7 @@ public partial class BulletResource : Resource
|
|||
Modifier = Modifier,
|
||||
LifeTime = LifeTime,
|
||||
DestructionParticlesScene = DestructionParticlesScene,
|
||||
TimeModifiers = TimeModifiers.Select(x => x.MakeClone()).ToList()
|
||||
TimeModifiers = TimeModifiers.Select(x => x).ToList()
|
||||
// TimeModifiers = TimeModifiers?.Where(mod => mod is TimeModifier).Cast<TimeModifier>().Select(m => new ModifierWrapper()
|
||||
// {
|
||||
// TimeModifier = m,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue