You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/Misc/StaticMoverWithLiftSpeed.cs
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,21 @@
1
1
usingMicrosoft.Xna.Framework;
2
2
usingMonocle;
3
3
usingSystem;
4
+
usingSystem.Collections.Generic;
4
5
5
6
namespaceCeleste.Mod.VortexHelper.Misc{
6
7
/// <summary>
7
8
/// A static mover that has an extra "event" OnSetLiftSpeed that is called with the exact value of the lift speed just before any move.
8
9
/// This allows to attach solids to solids with both solids having the same lift speed.
10
+
/// <para/>
11
+
/// <see href="https://github.com/max4805/MaxHelpingHand/blob/e76ac4ca2b06869f80f7dca82f231f4709a5aeb2/Entities/StaticMoverWithLiftSpeed.cs">Originally implemented by max480 in MaxHelpingHand.</see>
0 commit comments