mirror of
https://github.com/Alee14/OpenHacknet.git
synced 2025-01-22 09:12:44 -05:00
13 lines
No EOL
237 B
C#
13 lines
No EOL
237 B
C#
namespace Hacknet
|
|
{
|
|
public struct DelayedInput
|
|
{
|
|
public double Delay { get; set; }
|
|
|
|
public InputMap inputs { get; set; }
|
|
|
|
public float xPos { get; set; }
|
|
|
|
public float yPos { get; set; }
|
|
}
|
|
} |