Update Class Diagram authored by Pőcze Barnabás's avatar Pőcze Barnabás
......@@ -3,6 +3,11 @@
@startuml
skinparam classAttributeIconSize 0
header
<font color=red>Warning:</font>
Do not use in production.
endheader
package Model.Common {
interface IDisplayable {
+ GetPosition() : Vector2
......
......