﻿using System;
using System.Collections.Generic;
using UnityEngine;



public class NettedPlayerData
{
    public GameObject owner;
    public INetted[] children;
}