ALFA.Database.ACR_RestOnClientEnter C# (CSharp) 메소드

ACR_RestOnClientEnter() 공개 메소드

This method calculates offline resting for a PC after logging in.
public ACR_RestOnClientEnter ( uint PCToRest ) : void
PCToRest uint the PC to be rested
리턴 void
        public void ACR_RestOnClientEnter(uint PCToRest)
        {
            DemandInitialize();

            ACR_RestOnClientEnter_Method.Invoke(DBLibraryScript, new object[] { PCToRest });
        }