mirror of
https://github.com/MrOkiDoki/BattleBit-Community-Server-API.git
synced 2025-02-02 14:37:15 -03:00
Update README.md
This commit is contained in:
parent
27433d3422
commit
4db03ca2b6
1 changed files with 1 additions and 2 deletions
|
@ -16,9 +16,8 @@ This repository provides an API that can be used to handle events on your commun
|
|||
|
||||
Documentation and examples can be found on the [wiki](https://github.com/MrOkiDoki/BattleBit-Community-Server-API/wiki) (WIP).
|
||||
|
||||
|
||||
|
||||
The way to use this API is to make an instance of `ServerListener` (and start it) on which you pass the types of your *own* subclasses of `Player` & `GameServer`. In those subclasses, you can make your own overrides to the already existing methods in `Player` and `GameServer`. You can also add your own methods and fields/properties.
|
||||
|
||||
The easiest way to get started with all of this, is to use `Program.cs` and add your overrides etc. into `MyPlayer` & `MyGameServer`.
|
||||
|
||||
### Building
|
||||
|
|
Loading…
Add table
Reference in a new issue