// Copyright Epic Games, Inc. All Rights Reserved. namespace Epic.OnlineServices { public interface ISettable { void Set(object other); } }