Skip to content

Use public get properties for data instead of public fields  #33

@Toreole

Description

@Toreole

As is C# standard, you shouldnt really have public fields exposed and should use get properties instead.
An example of where this currently isnt the case is the DamageEvent class.

Some events are properly using properties, while some arent. This should be fixed to get the codebase all around up to standard.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestin progressThis is currently being worked on

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions