mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
10 lines
202 B
C#
10 lines
202 B
C#
using GameObject;
|
|
using SS13_Shared;
|
|
|
|
namespace SGO.Events
|
|
{
|
|
public class BoundKeyChangeEventArgs:SS13_Shared.GO.Events.BoundKeyChangeEventArgs
|
|
{
|
|
public Entity Actor;
|
|
}
|
|
} |