C# Class RocketRegions.Commands.MemberCommand

Inheritance: ListHandleCommand
Show file Open project: Trojaner25/Rocket-Regions

Protected Methods

Method Description
Add ( Region region, ulong mSteamID ) : void
GetList ( Region region ) : List
Remove ( Region region, ulong mSteamID ) : void

Method Details

Add() protected method

protected Add ( Region region, ulong mSteamID ) : void
region Region
mSteamID ulong
return void

GetList() protected method

protected GetList ( Region region ) : List
region Region
return List

Remove() protected method

protected Remove ( Region region, ulong mSteamID ) : void
region Region
mSteamID ulong
return void