These classes seem to be private
Description
Description
Details
Details
- Severity
- Feature
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- General
Steps To Reproduce
When I try to create an AI group with code like this :
AIGroup myAiGroup = new AIGroup();
I have this message : “Methode 'AIGroup' is private” (same thing with other methodes) when I launch the server.
Additional Information
I would like to use these methods to make moving hordes for my PvZmoD Spawn System.
Of course if there is other methods needed to manage groups I need them to be public.