This website requires JavaScript.
Explore
Help
Register
Sign In
Cinka
/
OldThink
Watch
1
Star
0
Fork
0
You've already forked OldThink
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
bb2aa2bfdb5ee74ea5ffef0caeb3d23eb72cc4d9
OldThink
/
Content.Shared
/
Pulling
/
PullableMoveMessage.cs
7 lines
114 B
C#
Raw
Normal View
History
Unescape
Escape
Cleanup the namespaces (#8132)
2022-05-13 00:59:03 -07:00
namespace
Content.Shared.Pulling
Add back pull moving (#3635) * Add back pull moving * Make pull moving event-based, use map coordinates, slow down moving when getting closer and stop moving when very close, add max range and add compensation for overshooting * Remove compensation * Prevent pull move from pulling you * acruid did this * Add unsubscriptions to shutdown Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2021-04-05 14:08:45 +02:00
{
Seal/abstract/virtual everything (#6739)
2022-02-16 00:23:23 -07:00
public
sealed
class
PullableMoveMessage
:
EntityEventArgs
Add back pull moving (#3635) * Add back pull moving * Make pull moving event-based, use map coordinates, slow down moving when getting closer and stop moving when very close, add max range and add compensation for overshooting * Remove compensation * Prevent pull move from pulling you * acruid did this * Add unsubscriptions to shutdown Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2021-04-05 14:08:45 +02:00
{
}
}
Reference in New Issue
Copy Permalink