IgiCodes / igicore

Base framework for GTAV FiveM roleplaying servers but in C#
GNU General Public License v3.0
20 stars 7 forks source link

Implement a Command Service #7

Closed xaoseric closed 6 years ago

xaoseric commented 6 years ago

This implements a command service so we can register commands and not have them in one file.

JoeBiellik commented 6 years ago

I've made a few simplifications and ported all the existing commands over to the new abstraction.

JoeBiellik commented 6 years ago

Thank you very much for the code @xaoseric