Skip to content

Commit

Permalink
Merge branch 'NetStandard' of https://github.com/vchelaru/FlatRedBall
Browse files Browse the repository at this point in the history
…into NetStandard
  • Loading branch information
vchelaru committed Mar 2, 2024
2 parents b369dab + c60351c commit 89ede45
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ static CustomVariable GetSecondsBetweenDamage(int version)
secondsBetweenDamage.Name = nameof(IDamageArea.SecondsBetweenDamage);
secondsBetweenDamage.DefaultValue = 0.0;
secondsBetweenDamage.Type = "double";
secondsBetweenDamage.Summary = "The number of seconds between dealing damage to the same object. 0 means every frame.";
secondsBetweenDamage.CreatesProperty = true;
secondsBetweenDamage.SetByDerived = true;
secondsBetweenDamage.Category = "Damage Dealing";
Expand Down

0 comments on commit 89ede45

Please sign in to comment.