rott/test_full.uc
dkanus 588790b9b4 Refactor everything
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.
2026-04-05 20:32:11 +07:00

10 lines
202 B
Ucode

// #[config(JustConfig)]
abstract class NewWay extends AcediaObject {
// #[config(MaxWavesAmount)]
var int _value;
}
class TestClass extends Actor
abstract
native
nativereplication;