Table of Contents

Class RelationshipModule

Namespace
Nekoyume.Module
Assembly
Lib9c.dll
public static class RelationshipModule
Inheritance
RelationshipModule
Inherited Members

Methods

GetRelationship(IWorldState, Address)

public static int GetRelationship(this IWorldState state, Address avatarAddress)

Parameters

state IWorldState
avatarAddress Address

Returns

int

SetRelationship(IWorld, Address, int)

public static IWorld SetRelationship(this IWorld world, Address avatarAddress, int relationship)

Parameters

world IWorld
avatarAddress Address
relationship int

Returns

IWorld