C# Class ServerPointSystem.PointPayArgs

Inheritance: System.EventArgs
Show file Open project: vharonftw/ServerEPRSystem Class Usage Examples

Public Properties

Property Type Description
Amount int
Handled bool
Receiver EPRPlayer
Sender EPRPlayer

Property Details

Amount public property

public int Amount
return int

Handled public property

public bool Handled
return bool

Receiver public property

public EPRPlayer,ServerPointSystem Receiver
return EPRPlayer

Sender public property

public EPRPlayer,ServerPointSystem Sender
return EPRPlayer