C# Class ServerPointSystem.PointPayArgs

Inheritance: System.EventArgs
显示文件 Open project: vharonftw/ServerEPRSystem Class Usage Examples

Public Properties

Property Type Description
Amount int
Handled bool
Receiver EPRPlayer
Sender EPRPlayer

Property Details

Amount public_oe property

public int Amount
return int

Handled public_oe property

public bool Handled
return bool

Receiver public_oe property

public EPRPlayer,ServerPointSystem Receiver
return EPRPlayer

Sender public_oe property

public EPRPlayer,ServerPointSystem Sender
return EPRPlayer