Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.

Typos in ComponentArray subscription methods #18

Open
acoppes opened this issue Jan 14, 2018 · 1 comment
Open

Typos in ComponentArray subscription methods #18

acoppes opened this issue Jan 14, 2018 · 1 comment

Comments

@acoppes
Copy link

acoppes commented Jan 14, 2018

I believe there are some typos... at least I saw something like:

        public void UnsubscripOnComponentChanged(Entity entity, IComponentChangedEventListener<TComponent> eventListener) {
            _entityComponentChangedEvent.Unsubscribe(ref entity, eventListener);
        }

Not sure if Unsubscrip is the proper naming, inside it calls the Unsubscribe() event.

@Spy-Shifty
Copy link
Owner

thx I'll fix it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants