BBThread is private
Monkey Forums/Monkey Bug Reports/BBThread is private
| ||
If i try to call DataBuffer.LoadAsync i am always getting Class BBThread is private in the Databuffer Method _LoadAsync:Void( path:String,thread:BBThread ) Changing Extern Private to just Extern in thread.monkey fixes the problem but i am not sure if that is going to cause a conflict later on down the road. |
| ||
Which version are you using? The latest version is: Method _LoadAsync:Void( path:String,thread:Thread ) |
| ||
monkey77f |