selery ~master (2019-01-01T00:21:55Z)
Dub
Repo
Follower.Follower
selery
entity
util
Follower
Undocumented in source.
template
Follower
(T : Entity)
class
Follower : T {
this
(E args);
void
follow
(Entity entity);
void
unfollow
();
}
Constructors
this
this
(E args)
Undocumented in source.
Members
Functions
follow
void
follow
(Entity entity)
Undocumented in source. Be warned that the author may not have intended to support it.
unfollow
void
unfollow
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
selery
entity
util
Follower
classes
Follower