reng ~master (2022-11-13T10:09:03Z)
Dub
Repo
AiPlayer
comp
ai
Undocumented in source.
class
AiPlayer : Component, Updatable {
this
(Ball ball);
void
setup
();
void
update
();
}
Constructors
this
this
(Ball ball)
Undocumented in source.
Members
Functions
setup
void
setup
()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void
update
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
comp
ai
classes
AiPlayer