Cześć
Napisałem dwie nowe klasy "JumpPlayer" i "Platform" ale nie mam do nich dostępu. Mam główną klasę "MyGdxGame" i tam umieszczam kod:
private JumpPlayer player;
private Array<Platform> PlatformArray;
Ale dostaje komunikat:
JumpPlayer cannot be resolved to a type
, to samo przy "Platform".
Co robię źle?
dodanie znacznika <code class="java"> - @furious programming
