Escanor Posted September 20, 2020 Posted September 20, 2020 Hi, Â I want to create a new class to manage a QTE system and here what I get when I create an instance of the class : https://ascensiongamedev.com/resources/filehost/09c78e6e02284cf2dc28aceef177baa5.png Â
1 panda Posted September 21, 2020 Posted September 21, 2020 The exception is rather self explanatory: your packet class doesn't have a parameterless constructor. You either need to provide one, or you need to follow Ceras' documentation for using custom constructors. All of the non-abstract packets in Intersect provide parameterless constructors so we have not done anything like this.
0 Escanor Posted September 26, 2020 Author Posted September 26, 2020 Thanks for your answer! Â My problem is resolve!
Question
Escanor
Hi,
Â
I want to create a new class to manage a QTE system and here what I get when I create an instance of the class :
https://ascensiongamedev.com/resources/filehost/09c78e6e02284cf2dc28aceef177baa5.png
Â
2 answers to this question
Recommended Posts