Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timmybo5 authored Jun 5, 2021
1 parent b0f75fa commit 5c98e92
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ If you want to test out the base just drag and drop simple-weapon-base-master in

## Usage
Using the base into your own gamemode can be done by:
1. Implementing the PlayerBase class into your player class `partial class MyPlayer : PlayerBase`
2. If you want the HUD you'll need to initialize it in your game constructor
1. Implementing the PlayerBase class into your player class `partial class MyPlayer : PlayerBase`
and calling the PlayerBase constructor on your player constructor `public MyPlayer() : base() {}`
3. If you want the HUD you'll need to initialize it in your game constructor
```
public Game()
{
Expand Down

0 comments on commit 5c98e92

Please sign in to comment.