Escanor Posted September 20, 2020 Share 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  Link to comment Share on other sites More sharing options...
1 panda Posted September 21, 2020 Share 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. Link to comment Share on other sites More sharing options...
0 Escanor Posted September 26, 2020 Author Share Posted September 26, 2020 Thanks for your answer! Â My problem is resolve! Link to comment Share on other sites More sharing options...
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
Â
Link to comment
Share on other sites
2 answers to this question
Recommended Posts