Table of Contents

Class Comment

Namespace
DefaultNamespace
Assembly
Assembly-CSharp.dll
public class Comment
Inheritance
Comment
Inherited Members
Extension Methods

Constructors

Comment(string)

public Comment(string text)

Parameters

text string

Fields

Likes

public int Likes

Field Value

int

Properties

Face

public byte Face { get; set; }

Property Value

byte

FaceColor

public byte FaceColor { get; set; }

Property Value

byte

Text

public string Text { get; set; }

Property Value

string

Time

public float Time { get; set; }

Property Value

float