Jypeli  5
The simple game programming library
GameConnection.cs
Siirry tämän tiedoston dokumentaatioon.
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5 
6 namespace Jypeli
7 {
8  public partial class GameObject
9  {
13  public bool IsAddedToGame { get; set; }
14  }
15 }
bool IsAddedToGame
Onko olio lisätty peliin.