All files / games/engine/src/components enum.ts

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 68x 8x 8x 8x    
export enum ComponentName {
    APPEARANCE = "Appearance",
    MOVEABLE = "Moveable",
    POSITION = "Position",
}