Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
@startuml
|
||||
class BlockFactory {
|
||||
- {static} Instance : BlockFactory
|
||||
- environment : Environment
|
||||
- blockDataList : List<BlockData>
|
||||
- blocksData : Dictionary<string, BlockData>
|
||||
+ {static} getInstance() : BlockFactory
|
||||
- Awake() : void
|
||||
- Start() : void
|
||||
+ createblock(prefabId:string, position:Vector3, rotation:Quaternion, id:string, layerDiff:bool) : GameObject
|
||||
}
|
||||
MonoBehaviour <|-- BlockFactory
|
||||
@enduml
|
||||
Reference in New Issue
Block a user