import {UnityBehaviour} from "./UnityBehaviour";

export class MonoBehaviour extends UnityBehaviour{

}