示例#1
0
    public void OnInteraction(GameObject other)
    {
        if (!isPartValid)
        {
            return;
        }

        holoTable.AddPart(selfIndex, anchorIndex);
    }