Initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
@startuml
|
||||
interface IValidator {
|
||||
IsValidPlacement(objToPlace:GameObject) : bool
|
||||
SetLayerMask(cLayerMask:LayerMask) : void
|
||||
}
|
||||
@enduml
|
||||
Reference in New Issue
Block a user