maint: renamed player folder to units to match namespaces. added unit class as well.
This commit is contained in:
4
Assets/Scripts/Units/Unit.cs
Normal file
4
Assets/Scripts/Units/Unit.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
using Unity.Netcode;
|
||||
|
||||
public class Unit : NetworkBehaviour{
|
||||
}
|
||||
Reference in New Issue
Block a user