C# Class Godot.Model.Person

Inheritance: DomainEntity
Datei anzeigen Open project: Slesa/Playground

Public Methods

Method Description
Person ( int id, string name ) : System
Person ( string name ) : System

Method Details

Person() public method

public Person ( int id, string name ) : System
id int
name string
return System

Person() public method

public Person ( string name ) : System
name string
return System