You are viewing a potentially older version of this package. View all versions.
ZARPRepo-TestCubeMod-1.0.0 icon

TestCubeMod

test

Date uploaded a year ago
Version 1.0.0
Download link ZARPRepo-TestCubeMod-1.0.0.zip
Downloads 68
Dependency string ZARPRepo-TestCubeMod-1.0.0

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;
}

}