source.ucregents.playground
Annotation Type TickCosting


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface TickCosting

Used within Core for scheduling and execution priority. Not used yet outside of core.


Optional Element Summary
 int StartCost
           
 

StartCost

public abstract int StartCost
Default:
100