Huge dump of refactored code. Still in the middle of the changes that are to be squashed later in a one huge monster commit, because there is no value in anything atomic here.
10 lines
202 B
Ucode
10 lines
202 B
Ucode
// #[config(JustConfig)]
|
|
abstract class NewWay extends AcediaObject {
|
|
// #[config(MaxWavesAmount)]
|
|
var int _value;
|
|
}
|
|
|
|
class TestClass extends Actor
|
|
abstract
|
|
native
|
|
nativereplication; |