CSL_Traffic.CustomGarbageTruckAI.ShouldReturnToSource C# (CSharp) 메소드

ShouldReturnToSource() 개인적인 메소드

private ShouldReturnToSource ( ushort vehicleID, Vehicle &data ) : bool
vehicleID ushort
data Vehicle
리턴 bool
        private bool ShouldReturnToSource(ushort vehicleID, ref Vehicle data)
        {
            throw new NotImplementedException("ShouldReturnToSource is target of redirection and is not implemented.");
        }
    }