Doddler / RagnarokRebuildTcp

Ragnarok-like server + client
135 stars 34 forks source link

Issue generating the CharacterSkill namespace #10

Closed joaopedrosgs closed 3 weeks ago

joaopedrosgs commented 1 month ago

It seems that the CharacterSkill is auto generated, but I'm not sure how to do it. Without this namespace, I cant compile the server

Doddler commented 1 month ago

It should be created as part of the GameConfig project which uses the source generator from the project GameConfig.Generator to automatically create the CharacterSkill enumeration on build. Visual studio runs the generator on build automatically for me, though I admit I haven't tried to get it to build in rider.

joaopedrosgs commented 3 weeks ago

Yep, using Visual Studio 2022, it works. Sorry for the trouble!