Beispiel #1
0
    public void CreateInteractableObject(Vector2 position, InteractableObjectData data)
    {
        LoadInteractableObject(position, data);

        //Add it to the location data
        m_CurrentLocation.AddInteractableObject(position, data);
    }