AngelScript语法
摘要:
Class的使用要继承于Interface或者Mixin class.Mixinclass实际上就是类似于抽象类 ,它已经实现的,在子类里面不能实现,类似如下代码: interface AInterface { void DoSomething1(); void DoSomething2(); } 阅读全文
posted @ 2024-05-11 18:13 NoNight 阅读(144) 评论(0) 推荐(0)
浙公网安备 33010602011771号