MonoBehaviour.js 103 B

12345
  1. import {UnityBehaviour} from "./UnityBehaviour";
  2. export class MonoBehaviour extends UnityBehaviour{
  3. }