C# Class MiningGame.Code.Structs.BoundPacket

Mostra file Open project: geel9/Minor-Destruction

Public Properties

Property Type Description
IDToFireOn byte
ToFire Action

Public Methods

Method Description
BoundPacket ( Action a, byte b ) : System

Method Details

BoundPacket() public method

public BoundPacket ( Action a, byte b ) : System
a Action
b byte
return System

Property Details

IDToFireOn public_oe property

public byte IDToFireOn
return byte

ToFire public_oe property

public Action ToFire
return Action