NPC and Player split

This commit is contained in:
EntenKoeniq
2021-12-27 10:15:52 +01:00
parent 69cca124ff
commit c3b054c75a
13 changed files with 795 additions and 117 deletions

View File

@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
using CoopClient.Entities;
using CoopClient.Entities.Player;
using GTA;
using GTA.Native;