ZARPRepo-TestCubeMod icon

TestCubeMod

test

Last updated a year ago
Total downloads 65
Total rating 0 
Categories Valuables Server-side
Dependency string ZARPRepo-TestCubeMod-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

Zehs-REPOLib-2.1.0 icon
Zehs-REPOLib

Library for adding content to R.E.P.O.

Preferred version: 2.1.0

README

namespace Photon.Realtime { public class ActorProperties { public const byte PlayerName = byte.MaxValue;

	public const byte IsInactive = 254;

	public const byte UserId = 253;
}

}