Untitled
unknown
plain_text
5 months ago
389 B
3
Indexable
using System.Collections; using System.Collections.Generic; using UnityEngine; using Planetary; public class ServerConnection : MonoBehaviour { PPMaster master; void Start() { master = GetComponent<PPMaster>(); //join server master.Join(); } // Update is called once per frame void Update() { } }
Editor is loading...
Leave a Comment