Skip to content
Snippets Groups Projects
Commit c9b130b0 authored by Robin Halseth Sandvik's avatar Robin Halseth Sandvik
Browse files

Made AbilityEntity public.

parent 20d81f71
No related branches found
No related tags found
1 merge request!84Merge, ability cluster
......@@ -9,7 +9,7 @@ namespace BigSock {
/*
An object representing an ability held by a player.
*/
class AbilityEntity {
public class AbilityEntity {
// The ability held in this slot.
public IAbility Ability { get; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment