C# Class NetworkSkins.Patches.NetSegment.NetSegmentTerrainUpdatedPatch

显示文件 Open project: boformer/NetworkSkins

Public Methods

Method Description
Postfix ( global::NetSegment &__instance, TerrainSurfacePatcherState __state ) : void
Prefix ( global::NetSegment &__instance, ushort segmentID, TerrainSurfacePatcherState &__state ) : void

Method Details

Postfix() public static method

public static Postfix ( global::NetSegment &__instance, TerrainSurfacePatcherState __state ) : void
__instance global::NetSegment
__state TerrainSurfacePatcherState
return void

Prefix() public static method

public static Prefix ( global::NetSegment &__instance, ushort segmentID, TerrainSurfacePatcherState &__state ) : void
__instance global::NetSegment
segmentID ushort
__state TerrainSurfacePatcherState
return void