16 lines
209 B
C#
16 lines
209 B
C#
using Mirror;
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public class SetIndex : NetworkBehaviour
|
|
{
|
|
|
|
public int index;
|
|
|
|
private void Start()
|
|
{
|
|
|
|
}
|
|
}
|