mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 16:17:53 -05:00
13 lines
No EOL
170 B
Haxe
13 lines
No EOL
170 B
Haxe
package io.newgrounds.components;
|
|
|
|
import io.newgrounds.NGLite;
|
|
|
|
class Component {
|
|
|
|
var _core:NGLite;
|
|
|
|
public function new(core:NGLite) {
|
|
|
|
this._core = core;
|
|
}
|
|
} |