GameManager.js 105 B

1234567
  1. "atomic component";
  2. exports.component = function(self) {
  3. self.start = function() {
  4. }
  5. }