Files
JuegoSim/plantuml/Assets/_Project/Scripts/Code/BlocksLayer/BlockFactory.puml
T
2026-07-21 08:56:10 +03:00

8 lines
238 B
Plaintext

@startuml
class BlockFactory {
+ {static} getInstance() : BlockFactory
+ createblock(prefabId:string, position:Vector3, rotation:Quaternion, id:string, layerDiff:bool) : GameObject
}
MonoBehaviour <|-- BlockFactory
@enduml