openclonk/planet/Tests.ocf/CableCars.ocs/System.ocg/FastCars.c

8 lines
112 B
C

#appendto CableHoist
public func Construction()
{
var res = _inherited(...);
SetCableSpeed(3);
return res;
}