Finished up improving static object colliders. Added network improvements to interactions, still half-baked.
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
using FishNet.Object;
|
||||
using System.Collections.Generic;
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
public class KeyboardManager : MonoBehaviour
|
||||
public class KeyboardManager : NetworkBehaviour
|
||||
{
|
||||
public enum ShiftMode { Lowercase, NextUppercase, Uppercase }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user