示例#1
0
    void SetBlueprintedCurrentConstrution(GameObject gameObject)
    {
        _currentStructurePlacement = gameObject;

        ConstructionBehaviour constructionBehaviour = gameObject.GetComponent <ConstructionBehaviour>();

        constructionBehaviour.ResetToBlueprint();
        _currentStructureBehaviour = constructionBehaviour;
    }