C# Class Common.DbSyncNotifyDelegate

Inheritance: ServiceDelegate, IDbSyncNotify
Show file Open project: fingerpasswang/Phial.Fantasy

Public Methods

Method Description
DbSyncNotifyDelegate ( IDataInjector dataInjector, IMethodSerializer methodSerializer ) : Common.System
NotifyPlayerLoaded ( ulong pid ) : void

Method Details

DbSyncNotifyDelegate() public method

public DbSyncNotifyDelegate ( IDataInjector dataInjector, IMethodSerializer methodSerializer ) : Common.System
dataInjector IDataInjector
methodSerializer IMethodSerializer
return Common.System

NotifyPlayerLoaded() public method

public NotifyPlayerLoaded ( ulong pid ) : void
pid ulong
return void