11 lines
150 B
C#
11 lines
150 B
C#
|
using System.Collections;
|
||
|
using System.Collections.Generic;
|
||
|
|
||
|
namespace BITKit.Entities
|
||
|
{
|
||
|
public class LocalPlayerComponent
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|