Skip to content
Snippets Groups Projects
Commit 7e17a541 authored by Petter Selfors Rølvåg's avatar Petter Selfors Rølvåg
Browse files

Initial code skeleton (classes and folders added)

parent 47ac9119
No related branches found
No related tags found
1 merge request!10b code skeleton
# TDT4240-progark-project # TDT4240-progark-project
# Adding text # Adding text
package com.mygdx.game.controller
class CameraController {
}
\ No newline at end of file
package com.mygdx.game.controller
class PlayerController {
}
\ No newline at end of file
package com.mygdx.game.managers
class ViewManager {
}
\ No newline at end of file
package com.mygdx.game.singletons
class AssetLoader {
}
\ No newline at end of file
package com.mygdx.game.views
abstract class AbstractView {
}
\ No newline at end of file
package com.mygdx.game.views
class JoinView {
}
\ No newline at end of file
package com.mygdx.game.views
class LoadingView : WaitingView() {
}
\ No newline at end of file
package com.mygdx.game.views
class LobbyView {
}
\ No newline at end of file
package com.mygdx.game.views
class LoginView {
}
\ No newline at end of file
package com.mygdx.game.views
open class WaitingView{
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment