newgrounds io shit incoming
This commit is contained in:
13
source/io/newgrounds/components/Component.hx
Normal file
13
source/io/newgrounds/components/Component.hx
Normal file
@ -0,0 +1,13 @@
|
||||
package io.newgrounds.components;
|
||||
|
||||
import io.newgrounds.NGLite;
|
||||
|
||||
class Component {
|
||||
|
||||
var _core:NGLite;
|
||||
|
||||
public function new(core:NGLite) {
|
||||
|
||||
this._core = core;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user